@swayde said in @Tsaukpaetra tries to search for expressions: @tsaukpaetra If PlayerID is int it looks like it's search for '%test00%', which an int obviously never can be. You might need to modify the search value for non string columns. Yeah, that is supposed to be configured on the front request side. Technically, we might want to be able to punch in the player ID in the search bar and be hunky dory, and ignore that column if the input is impossible to do, but for now coercing all the things to strings (that rhymes!) seems to be working OK for now.